home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / online / webpagec / wpc.exe / 0 / RCDATA / TFRAMEBUILD / TFRAMEBUILD.txt
Encoding:
Text File  |  1996-04-05  |  2.1 KB  |  106 lines

  1. object FrameBuild: TFrameBuild
  2.   Left = 258
  3.   Top = 201
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'FRAMESET'
  7.   ClientHeight = 168
  8.   ClientWidth = 226
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCloseQuery = FormCloseQuery
  15.   PixelsPerInch = 120
  16.   TextHeight = 20
  17.   object GroupBox1: TGroupBox
  18.     Left = 8
  19.     Top = 8
  20.     Width = 209
  21.     Height = 97
  22.     Font.Color = clBlue
  23.     Font.Height = -17
  24.     Font.Name = 'System'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 24
  30.       Top = 24
  31.       Width = 69
  32.       Height = 20
  33.       Caption = 'Columns'
  34.       Font.Color = clBlue
  35.       Font.Height = -17
  36.       Font.Name = 'System'
  37.       Font.Style = [fsBold]
  38.       ParentFont = False
  39.     end
  40.     object Label2: TLabel
  41.       Left = 126
  42.       Top = 24
  43.       Width = 45
  44.       Height = 20
  45.       Caption = 'Rows'
  46.       Font.Color = clBlue
  47.       Font.Height = -17
  48.       Font.Name = 'System'
  49.       Font.Style = [fsBold]
  50.       ParentFont = False
  51.     end
  52.     object SpinEdit1: TSpinEdit
  53.       Left = 32
  54.       Top = 48
  55.       Width = 57
  56.       Height = 31
  57.       Color = clSilver
  58.       Font.Color = clMaroon
  59.       Font.Height = -17
  60.       Font.Name = 'System'
  61.       Font.Style = [fsBold]
  62.       MaxLength = 2
  63.       MaxValue = 10
  64.       MinValue = 0
  65.       ParentFont = False
  66.       TabOrder = 0
  67.       Value = 0
  68.     end
  69.     object SpinEdit2: TSpinEdit
  70.       Left = 120
  71.       Top = 48
  72.       Width = 57
  73.       Height = 31
  74.       Color = clSilver
  75.       Font.Color = clMaroon
  76.       Font.Height = -17
  77.       Font.Name = 'System'
  78.       Font.Style = [fsBold]
  79.       MaxLength = 2
  80.       MaxValue = 10
  81.       MinValue = 0
  82.       ParentFont = False
  83.       TabOrder = 1
  84.       Value = 0
  85.     end
  86.   end
  87.   object BitBtn1: TBitBtn
  88.     Left = 8
  89.     Top = 120
  90.     Width = 97
  91.     Height = 33
  92.     TabOrder = 1
  93.     OnClick = BitBtn1Click
  94.     Kind = bkOK
  95.   end
  96.   object BitBtn2: TBitBtn
  97.     Left = 120
  98.     Top = 120
  99.     Width = 97
  100.     Height = 33
  101.     TabOrder = 2
  102.     OnClick = BitBtn2Click
  103.     Kind = bkCancel
  104.   end
  105. end
  106.